Learn R Programming

DataSetsUni (version 0.1)

Insurance claim: The data represents the minimum insurance claim

Description

The function allows to provide the minimum insurance claim for every six month period from the 3rd of January 1980 to the 31 of December of 1990.

Usage

data_insurclaim

Value

data_insurclaim gives the minimum insurance claim for every six month.

Arguments

data_insurclaim

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data represents the minimum insurance claim for every six month period from the 3rd of January 1980 to the 31 of December of 1990. Recently, it is used by Asgharzadeh et al. (2014) and fitted the Burr Poisson–Lindley distribution.

References

Asgharzadeh, A., Bakouch, H. S., Nadarajah, S., & Esmaeili, L. (2014). A new family of compound lifetime distributions. Kybernetika, 50(1), 142-169.

See Also

data_vehicleinsur, data_healthinsur

Examples

Run this code
x<-data_insurclaim
summary(x)

Run the code above in your browser using DataLab